home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / tar.3.0.src Folder / Makefile < prev    next >
Encoding:
Makefile  |  1991-08-03  |  530 b   |  22 lines  |  [TEXT/MPS ]

  1. OBJECTS = tar.c.o buffer.c.o create.c.o dialog.c.o dir.c.o extract.c.o ∂
  2.       list.c.o menu.c.o pref.c.o window.c.o
  3.  
  4. Debug = -sym full
  5. LDebug = -sym full
  6. COptions = {Debug} -d USEDUMP
  7.  
  8. tar ƒƒ {OBJECTS} hdrs.dmp
  9.     Link {LDebug} -o tar {OBJECTS} ∂
  10.         "{CLibraries}"StdCLib.o ∂
  11.         "{Libraries}"Runtime.o ∂
  12.         "{Libraries}"Interface.o
  13.     SetFile tar -t APPL -c 'TAR ' -a B
  14.  
  15. tar ƒƒ tar.r
  16.     Rez -rd -o tar -append "{RIncludes}"Types.r "{RIncludes}"SysTypes.r tar.r
  17.  
  18. {OBJECTS} ƒ hdrs.dmp
  19.  
  20. hdrs.dmp ƒ tar.h
  21.     c -u USEDUMP {Debug} -d MAKEDUMP tar.h
  22.